﻿@charset "utf-8";
/* CSS Document */
.container {
  width: 100%;
  margin: auto;
  padding: 10px;
}
header {
      width: 100%;
      padding: 1rem 5%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      background: transparent;
    }
		

header h1 {
	font-family: 'Orbitron', sans-serif;
      text-align: center;
      letter-spacing: 0.05em;
  display: inline-block;
  font-size: 24px;
  color: #00bfff;
}
/*логатип*/
.circle-logo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #000; 
}
h1 a {
  color: #007BFF;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
header img {
  height: 60px;
  margin: 10px;
  transition: transform 0.3s ease;
}

header img:hover {
  transform: scale(1.05);
}
/*жарыстар*/
		.top-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.top-nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #f1f5f9;
  padding: 8px 16px;
  background: #0da5ff;
  border-radius: 8px;
  transition: 0.3s;
}

.top-nav a:hover {
  background: #475569;
}
/*қосымша*/

